|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Processing
)
This interface contains methods used for configuring a service endpoint on the server side.
Nested Class Summary | |
static class |
ProcessingConfiguration.Header
Deprecated. This class represents header in a SOAP message. |
static class |
ProcessingConfiguration.HeaderProcessorEntry
Deprecated. Structure representing one header processor with the array of header QNames this processor understands. |
static class |
ProcessingConfiguration.InterceptorEntry
Deprecated. Structure representing one interceptor with its direction. |
static class |
ProcessingConfiguration.Schema
Deprecated. Class represents XML schema location and it's namespace. |
Method Summary | |
void |
addDeserializer(java.lang.String name)
Deprecated. Adds the deserializer to the proper chain. |
void |
addDeserializer(java.lang.String name,
int position)
Deprecated. Adds the deserializer to the proper chain on the specified position (moving everything on and beyond this position one place further). |
void |
addFaultDeserializer(java.lang.String name)
Deprecated. Adds the fault deserializer to the proper chain. |
void |
addFaultDeserializer(java.lang.String name,
int position)
Deprecated. Adds the fault deserializer to the proper chain on the specified position (moving everything on and beyond this position one place further). |
void |
addFaultSerializer(java.lang.String name)
Deprecated. Adds the fault serializer to the proper chain. |
void |
addFaultSerializer(java.lang.String name,
int position)
Deprecated. Adds the fault serializer to the proper chain on the specified position (moving everything on and beyond this position one place further). |
void |
addInFaultHeaderProcessor(java.lang.String name,
QName[] understoodHeaders)
Deprecated. Adds the header processor to the input fault chain. |
void |
addInFaultHeaderProcessor(java.lang.String name,
QName[] understoodHeaders,
int position)
Deprecated. Adds the header processor to the input fault chain on the specified position (moving everything on and beyond this position one place further). |
void |
addInHeaderProcessor(java.lang.String name,
java.util.List headers,
java.util.List schemas)
Deprecated. Adds header processor wich understands given set of headers and uses given set of chemas. |
void |
addInHeaderProcessor(java.lang.String name,
java.util.List headers,
java.util.List schemas,
int position)
Deprecated. Adds header processor wich understands given set of headers and uses given set of chemas. |
void |
addInHeaderProcessor(java.lang.String name,
QName[] understoodHeaders)
Deprecated. Adds the header processor to the input chain. |
void |
addInHeaderProcessor(java.lang.String name,
QName[] understoodHeaders,
int position)
Deprecated. Adds the header processor to the input chain on the specified position (moving everything on and beyond this position one place further). |
void |
addInterceptor(java.lang.String name,
int direction)
Deprecated. Adds the interceptor to the proper chain. |
void |
addInterceptor(java.lang.String name,
int direction,
int position)
Deprecated. Adds the interceptor to the proper chain on the specified position (moving everything on and beyond this position one place further). |
void |
addOutFaultHeaderProcessor(java.lang.String name,
QName[] understoodHeaders)
Deprecated. Adds the header processor to the output fault chain. |
void |
addOutFaultHeaderProcessor(java.lang.String name,
QName[] understoodHeaders,
int position)
Deprecated. Adds the header processor to the output fault chain on the specified position (moving everything on and beyond this position one place further). |
void |
addOutHeaderProcessor(java.lang.String name,
java.util.List headers,
java.util.List schemas)
Deprecated. Adds header processor wich understands given set of headers and uses given set of chemas. |
void |
addOutHeaderProcessor(java.lang.String name,
java.util.List headers,
java.util.List schemas,
int position)
Deprecated. Adds header processor wich understands given set of headers and uses given set of chemas. |
void |
addOutHeaderProcessor(java.lang.String name,
QName[] understoodHeaders)
Deprecated. Adds the header processor to the output chain. |
void |
addOutHeaderProcessor(java.lang.String name,
QName[] understoodHeaders,
int position)
Deprecated. Adds the header processor to the output chain on the specified position (moving everything on and beyond this position one place further). |
void |
addSerializer(java.lang.String name)
Deprecated. Adds the serializer to the proper chain. |
void |
addSerializer(java.lang.String name,
int position)
Deprecated. Adds the serializer to the proper chain on the specified position (moving everything on and beyond this position one place further). |
java.lang.String |
getDefaultProtocol()
Deprecated. Returns the current XML Protocol identifier. |
java.lang.String[] |
getDeserializers()
Deprecated. Get the array representing the chain of deserializers. |
java.lang.String[] |
getFaultDeserializers()
Deprecated. Get the array representing the chain of fault deserializers. |
java.lang.String[] |
getFaultSerializers()
Deprecated. Get the array representing the chain of fault serializers. |
ProcessingConfiguration.HeaderProcessorEntry[] |
getInFaultHeaderProcessors()
Deprecated. Get the array representing the chain of header processors. |
ProcessingConfiguration.HeaderProcessorEntry[] |
getInHeaderProcessors()
Deprecated. Get the array representing the chain of header processors. |
ProcessingConfiguration.InterceptorEntry[] |
getInterceptors()
Deprecated. Get the array representing the chain of interceptors. |
ProcessingConfiguration.HeaderProcessorEntry[] |
getOutFaultHeaderProcessors()
Deprecated. Get the array representing the chain of header processors. |
ProcessingConfiguration.HeaderProcessorEntry[] |
getOutHeaderProcessors()
Deprecated. Get the array representing the chain of header processors. |
java.lang.String[] |
getSerializers()
Deprecated. Get the array representing the chain of serializers. |
boolean |
isInstanceIDEnabled()
Deprecated. Return whether instance ID extension should be active (allowing per-client instantiation and remote references handling) |
boolean |
isMultirefsEnabled()
Deprecated. Return whether multirefs should be handled in serialization code (allowing circular references in serialized data) |
boolean |
isPolymorphismEnabled()
Deprecated. Return whether polymorphism should be handled in serialization code |
boolean |
isPortTypeMappingPassingEnabled()
Deprecated. Return whether outgoing remote references should carry portType to Java interface mapping information |
void |
removeDeserializer(java.lang.String name)
Deprecated. Removes the named deserializer from the proper chain. |
void |
removeFaultDeserializer(java.lang.String name)
Deprecated. Removes the named fault deserializer from the proper chain. |
void |
removeFaultSerializer(java.lang.String name)
Deprecated. Removes the named fault serializer from the proper chain. |
void |
removeInFaultHeaderProcessor(java.lang.String name)
Deprecated. Removes the named header processor from the proper chain. |
void |
removeInHeaderProcessor(java.lang.String name)
Deprecated. Removes the named header processor from the proper chain. |
void |
removeInterceptor(java.lang.String name)
Deprecated. Removes the named interceptor from the proper chain. |
void |
removeOutFaultHeaderProcessor(java.lang.String name)
Deprecated. Removes the named header processor from the proper chain. |
void |
removeOutHeaderProcessor(java.lang.String name)
Deprecated. Removes the named header processor from the proper chain. |
void |
removeSerializer(java.lang.String name)
Deprecated. Removes the named serializer from the proper chain. |
void |
setDefaultProtocol(java.lang.String protocolName)
Deprecated. Sets the protocol identifier. |
void |
setInstanceIDEnabled(boolean value)
Deprecated. Set whether instance ID extension should be active (allowing per-client instantiation and remote references handling) |
void |
setMultirefsEnabled(boolean value)
Deprecated. Set whether multirefs should be handled in serialization code (allowing circular references in serialized data) |
void |
setPolymorphismEnabled(boolean value)
Deprecated. Set whether polymorphism should be handled in serialization code |
void |
setPortTypeMappingPassingEnabled(boolean value)
Deprecated. Set whether outgoing remote references should carry portType to Java interface mapping information |
void |
setSchemaLocation(java.lang.String nsURI,
java.lang.String schemaLocationURL)
Deprecated. Set the location of a schema for the given namespace. |
void |
setTypeMapping(QName schemaTypeName,
java.lang.String className)
Deprecated. Set the mapping from a java class to an XML Schema type QName (and back). |
Method Detail |
public void addSerializer(java.lang.String name)
public void addSerializer(java.lang.String name, int position)
public void removeSerializer(java.lang.String name)
public java.lang.String[] getSerializers()
public void addDeserializer(java.lang.String name)
public void addDeserializer(java.lang.String name, int position)
public void removeDeserializer(java.lang.String name)
public java.lang.String[] getDeserializers()
public void addFaultSerializer(java.lang.String name)
public void addFaultSerializer(java.lang.String name, int position)
public void removeFaultSerializer(java.lang.String name)
public java.lang.String[] getFaultSerializers()
public void addFaultDeserializer(java.lang.String name)
public void addFaultDeserializer(java.lang.String name, int position)
public void removeFaultDeserializer(java.lang.String name)
public java.lang.String[] getFaultDeserializers()
public void addInHeaderProcessor(java.lang.String name, java.util.List headers, java.util.List schemas)
name
- header processor nameheaders
- set of headersschemas
- set of schemaspublic void addOutHeaderProcessor(java.lang.String name, java.util.List headers, java.util.List schemas)
name
- header processor nameheaders
- set of headersschemas
- set of schemaspublic void addInHeaderProcessor(java.lang.String name, java.util.List headers, java.util.List schemas, int position)
name
- header processor nameheaders
- set of headersschemas
- set of schemasposition
- position in the chainpublic void addOutHeaderProcessor(java.lang.String name, java.util.List headers, java.util.List schemas, int position)
name
- header processor nameheaders
- set of headersschemas
- set of schemasposition
- position in the chainpublic void addInHeaderProcessor(java.lang.String name, QName[] understoodHeaders)
public void addInHeaderProcessor(java.lang.String name, QName[] understoodHeaders, int position)
public void removeInHeaderProcessor(java.lang.String name)
public ProcessingConfiguration.HeaderProcessorEntry[] getInHeaderProcessors()
public void addOutHeaderProcessor(java.lang.String name, QName[] understoodHeaders)
public void addOutHeaderProcessor(java.lang.String name, QName[] understoodHeaders, int position)
public void removeOutHeaderProcessor(java.lang.String name)
public ProcessingConfiguration.HeaderProcessorEntry[] getOutHeaderProcessors()
public void addInFaultHeaderProcessor(java.lang.String name, QName[] understoodHeaders)
public void addInFaultHeaderProcessor(java.lang.String name, QName[] understoodHeaders, int position)
public void removeInFaultHeaderProcessor(java.lang.String name)
public ProcessingConfiguration.HeaderProcessorEntry[] getInFaultHeaderProcessors()
public void addOutFaultHeaderProcessor(java.lang.String name, QName[] understoodHeaders)
public void addOutFaultHeaderProcessor(java.lang.String name, QName[] understoodHeaders, int position)
public void removeOutFaultHeaderProcessor(java.lang.String name)
public ProcessingConfiguration.HeaderProcessorEntry[] getOutFaultHeaderProcessors()
public void addInterceptor(java.lang.String name, int direction)
direction
is a combination of
InterceptorChain.INTERCEPTOR_DIRECTION_xxx constants.
public void addInterceptor(java.lang.String name, int direction, int position)
direction
is a combination of
InterceptorChain.INTERCEPTOR_DIRECTION_xxx constants.
public void removeInterceptor(java.lang.String name)
public ProcessingConfiguration.InterceptorEntry[] getInterceptors()
public void setDefaultProtocol(java.lang.String protocolName)
public java.lang.String getDefaultProtocol()
public boolean isMultirefsEnabled()
public void setMultirefsEnabled(boolean value)
public boolean isPolymorphismEnabled()
public void setPolymorphismEnabled(boolean value)
public boolean isInstanceIDEnabled()
public void setInstanceIDEnabled(boolean value)
public boolean isPortTypeMappingPassingEnabled()
public void setPortTypeMappingPassingEnabled(boolean value)
public void setSchemaLocation(java.lang.String nsURI, java.lang.String schemaLocationURL)
nsURI
- the target namespace of the schema located at schemaLocationURLschemaLocationURL
- the location of the schema
java.lang.IllegalStateException
- when this setting would have no effect,
i.e. when the type mapping information has already been used when
parsing or creating the service WSDL description.public void setTypeMapping(QName schemaTypeName, java.lang.String className)
schemaTypeName
- the QName of the XML Schema typeclassName
- the name of the mapped Java class
java.lang.IllegalStateException
- when this setting would have no effect,
i.e. when the type mapping information has already been used when
parsing or creating the service WSDL description.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |