|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXRPCException | |
javax.xml.rpc.encoding | |
javax.xml.rpc.handler | |
javax.xml.rpc.handler.soap | |
javax.xml.rpc.server | |
org.apache.axis.encoding | |
org.apache.axis.encoding.ser |
Uses of JAXRPCException in javax.xml.rpc.encoding |
Methods in javax.xml.rpc.encoding that throw JAXRPCException | |
void |
TypeMappingRegistry.register(java.lang.String namespace,
TypeMapping maping)
The method register adds a TypeMapping instance for a specific namespace |
void |
TypeMappingRegistry.registerDefault(TypeMapping mapping)
The method register adds a default TypeMapping instance. |
Serializer |
SerializerFactory.getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type. |
void |
TypeMapping.register(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. |
SerializerFactory |
TypeMapping.getSerializer(java.lang.Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type. |
DeserializerFactory |
TypeMapping.getDeserializer(java.lang.Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMapping.removeSerializer(java.lang.Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMapping.removeDeserializer(java.lang.Class javaType,
QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type. |
Deserializer |
DeserializerFactory.getDeserializerAs(java.lang.String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type. |
Uses of JAXRPCException in javax.xml.rpc.handler |
Methods in javax.xml.rpc.handler that throw JAXRPCException | |
void |
Handler.handle(MessageContext context)
The handle method performs the actual processing work for a handler. |
void |
Handler.init(java.util.Map config)
The init method to enable the Handler instance to initialize itself. |
void |
Handler.destroy()
The destroy method indicates the end of lifecycle for a Handler instance. |
void |
HandlerRegistry.setRequestHandlerChain(QName portName,
HandlerChain chain)
Sets the request HandlerChain for the specified service endpoint. |
void |
HandlerRegistry.setResponseHandlerChain(QName portName,
HandlerChain chain)
Sets the response HandlerChain for the specified service endpoint. |
Uses of JAXRPCException in javax.xml.rpc.handler.soap |
Methods in javax.xml.rpc.handler.soap that throw JAXRPCException | |
void |
SOAPMessageContext.setRequestMessage(SOAPMessage message)
Sets the request SOAPMessage for this message context |
SOAPMessage |
SOAPMessageContext.getResponseMessage()
Gets the response SOAPMessage for this message context |
void |
SOAPMessageContext.setResponseMessage(SOAPMessage message)
Sets the response SOAPMessage for this message context |
Uses of JAXRPCException in javax.xml.rpc.server |
Methods in javax.xml.rpc.server that throw JAXRPCException | |
void |
ServiceLifecycle.init(java.lang.Object context)
After a service endpoint object (an instance of a service endpoint class) is instantiated, the JAX-RPC runtime system invokes the init method.The service endpoint class uses the init method to initialize its configuration and setup access to any external resources. |
Uses of JAXRPCException in org.apache.axis.encoding |
Methods in org.apache.axis.encoding that throw JAXRPCException | |
void |
TypeMappingImpl.register(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. |
SerializerFactory |
TypeMappingImpl.getSerializer(java.lang.Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type. |
SerializerFactory |
TypeMappingImpl.getSerializer(java.lang.Class javaType)
|
DeserializerFactory |
TypeMappingImpl.getDeserializer(java.lang.Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. |
DeserializerFactory |
TypeMappingImpl.getDeserializer(QName xmlType)
|
void |
TypeMappingImpl.removeSerializer(java.lang.Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMappingImpl.removeDeserializer(java.lang.Class javaType,
QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type. |
void |
DefaultTypeMappingImpl.register(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
|
void |
DefaultTypeMappingImpl.removeSerializer(java.lang.Class javaType,
QName xmlType)
|
void |
DefaultTypeMappingImpl.removeDeserializer(java.lang.Class javaType,
QName xmlType)
|
SerializerFactory |
TypeMapping.getSerializer(java.lang.Class javaType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type. |
DeserializerFactory |
TypeMapping.getDeserializer(QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. |
void |
TypeMappingRegistryImpl.register(java.lang.String namespaceURI,
TypeMapping mapping)
The method register adds a TypeMapping instance for a specific namespace |
Uses of JAXRPCException in org.apache.axis.encoding.ser |
Methods in org.apache.axis.encoding.ser that throw JAXRPCException | |
Serializer |
BaseSerializerFactory.getSerializerAs(java.lang.String mechanismType)
|
Deserializer |
BaseDeserializerFactory.getDeserializerAs(java.lang.String mechanismType)
|
Serializer |
BeanSerializerFactory.getSerializerAs(java.lang.String mechanismType)
|
Deserializer |
SimpleDeserializerFactory.getDeserializerAs(java.lang.String mechanismType)
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |