|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WSTCPCodecConfigurator>
com.sun.xml.ws.transport.tcp.encoding.configurator.WSTCPCodecConfigurator
public enum WSTCPCodecConfigurator
SOAP/TCP code configurator
Enum Constant Summary | |
---|---|
INSTANCE
|
Method Summary | |
---|---|
int |
getAttributeValueMapMemoryLimit()
Gets the limit on the memory size of Map of attribute values that will be indexed. |
int |
getCharacterContentChunkMapMemoryLimit()
Gets the limit on the memory size of Map of attribute values that will be indexed. |
DocumentParserFactory |
getDocumentParserFactory()
Get the DocumentParserFactory |
DocumentSerializerFactory |
getDocumentSerializerFactory()
Get the DocumentSerializerFactory |
int |
getMaxAttributeValueSize()
Gets the maximum size of attribute values that will be indexed. |
int |
getMaxCharacterContentChunkSize()
Gets the maximum size of character content chunks that will be indexed. |
int |
getMinAttributeValueSize()
Gets the minimum size of attribute values that will be indexed. |
int |
getMinCharacterContentChunkSize()
Gets the minimum size of character content chunks that will be indexed. |
ParserVocabularyFactory |
getParserVocabularyFactory()
Get the ParserVocabularyFactory |
SerializerVocabularyFactory |
getSerializerVocabularyFactory()
Get the SerializerVocabularyFactory |
void |
setAttributeValueMapMemoryLimit(int attributeValueMapMemoryLimit)
Sets the limit on the memory size of Map of attribute values that will be indexed. |
void |
setCharacterContentChunkMapMemoryLimit(int characterContentChunkMapMemoryLimit)
Sets the limit on the memory size of Map of attribute values that will be indexed. |
void |
setDocumentParserFactory(DocumentParserFactory documentParserFactory)
Set the DocumentParserFactory |
void |
setDocumentSerializerFactory(DocumentSerializerFactory documentSerializerFactory)
Set the DocumentSerializerFactory |
void |
setMaxAttributeValueSize(int maxAttributeValueSize)
Sets the maximum size of attribute values that will be indexed. |
void |
setMaxCharacterContentChunkSize(int maxCharacterContentChunkSize)
Sets the maximum size of character content chunks that will be indexed. |
void |
setMinAttributeValueSize(int minAttributeValueSize)
Sets the minimum size of attribute values that will be indexed. |
void |
setMinCharacterContentChunkSize(int minCharacterContentChunkSize)
Sets the minimum size of character content chunks that will be indexed. |
void |
setParserVocabularyFactory(ParserVocabularyFactory parserVocabularyFactory)
Set the ParserVocabularyFactory |
void |
setSerializerVocabularyFactory(SerializerVocabularyFactory serializerVocabularyFactory)
Set the SerializerVocabularyFactory |
static WSTCPCodecConfigurator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WSTCPCodecConfigurator[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WSTCPCodecConfigurator INSTANCE
Method Detail |
---|
public static final WSTCPCodecConfigurator[] values()
for(WSTCPCodecConfigurator c : WSTCPCodecConfigurator.values()) System.out.println(c);
public static WSTCPCodecConfigurator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic DocumentParserFactory getDocumentParserFactory()
DocumentParserFactory
DocumentParserFactory
public void setDocumentParserFactory(DocumentParserFactory documentParserFactory)
DocumentParserFactory
{@link
- DocumentParserFactory}public DocumentSerializerFactory getDocumentSerializerFactory()
DocumentSerializerFactory
DocumentSerializerFactory
public void setDocumentSerializerFactory(DocumentSerializerFactory documentSerializerFactory)
DocumentSerializerFactory
{@link
- DocumentSerializerFactory}public ParserVocabularyFactory getParserVocabularyFactory()
ParserVocabularyFactory
ParserVocabularyFactory
public void setParserVocabularyFactory(ParserVocabularyFactory parserVocabularyFactory)
ParserVocabularyFactory
{@link
- ParserVocabularyFactory}public SerializerVocabularyFactory getSerializerVocabularyFactory()
SerializerVocabularyFactory
SerializerVocabularyFactory
public void setSerializerVocabularyFactory(SerializerVocabularyFactory serializerVocabularyFactory)
SerializerVocabularyFactory
{@link
- SerializerVocabularyFactory}public int getMinAttributeValueSize()
public void setMinAttributeValueSize(int minAttributeValueSize)
size
- the minimum attribute values size.public int getMaxAttributeValueSize()
public void setMaxAttributeValueSize(int maxAttributeValueSize)
size
- the maximum attribute values size.public int getAttributeValueMapMemoryLimit()
public void setAttributeValueMapMemoryLimit(int attributeValueMapMemoryLimit)
size
- The attribute value size limit. Any value less
that a length of size limit will be indexed.public int getMinCharacterContentChunkSize()
public void setMinCharacterContentChunkSize(int minCharacterContentChunkSize)
size
- the minimum character content chunk size.public int getMaxCharacterContentChunkSize()
public void setMaxCharacterContentChunkSize(int maxCharacterContentChunkSize)
size
- the maximum character content chunk size.public int getCharacterContentChunkMapMemoryLimit()
public void setCharacterContentChunkMapMemoryLimit(int characterContentChunkMapMemoryLimit)
size
- The attribute value size limit. Any value less
that a length of size limit will be indexed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |