|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXRPCException | |
javax.xml.rpc | |
javax.xml.rpc.encoding | |
org.apache.axis.client |
Uses of JAXRPCException in javax.xml.rpc |
Methods in javax.xml.rpc that throw JAXRPCException | |
void |
Call.invokeOneWay(java.lang.Object[] params)
Invokes a remote method using the one-way interaction mode. |
java.rmi.Remote |
Service.getPort(QName portName,
java.lang.Class proxyInterface)
The getPort method returns a dynamic proxy for the specified service port. |
Call |
Service.createCall(QName portName)
Creates a Call instance. |
Call |
Service.createCall(QName portName,
java.lang.String operationName)
Creates a Call instance. |
Call |
Service.createCall()
Creates an empty Call object that needs to be configured using the setter methods on the Call interface. |
void |
Service.setTypeMappingRegistry(TypeMappingRegistry registry)
Registers a type mapping registry with this Service object. |
Uses of JAXRPCException in javax.xml.rpc.encoding |
Methods in javax.xml.rpc.encoding that throw JAXRPCException | |
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. |
Serializer |
SerializerFactory.getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type. |
Deserializer |
DeserializerFactory.getDeserializerAs(java.lang.String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type. |
void |
TypeMappingRegistry.registry(TypeMapping mapping,
java.lang.String namespaceURI)
The method register adds a TypeMapping instance for a specific encoding style or XML schema namespace to the type mapping registry. |
Uses of JAXRPCException in org.apache.axis.client |
Methods in org.apache.axis.client that throw JAXRPCException | |
protected AxisClient |
Service.getAxisClient()
|
java.rmi.Remote |
Service.getPort(QName portName,
java.lang.Class proxyInterface)
Not implemented yet |
Call |
Service.createCall(QName portName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Call |
Service.createCall(QName portName,
java.lang.String operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Call |
Service.createCall()
Creates a new Call object with no prefilled data. |
void |
Service.setTypeMappingRegistry(TypeMappingRegistry registry)
Defines the current Type Mappig Registry. |
static Service |
ServiceFactory.getService(java.util.Map environment)
Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern. |
void |
Call.setOperation(QName portName,
java.lang.String opName)
|
void |
Call.invokeOneWay(java.lang.Object[] params)
Invokes the operation associated with this Call object using the passed in parameters as the arguments to the method. |
Constructors in org.apache.axis.client that throw JAXRPCException | |
Service()
Constructs a new Service object - this assumes the caller will set the appropriate fields by hand rather than getting them from the WSDL. |
|
Service(ConfigurationProvider configProvider)
Constructs a new Service object as above, but also passing in the ConfigurationProvider which should be used to set up the AxisClient. |
|
Service(java.net.URL wsdlDoc,
QName serviceName)
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlDoc URL and serviceName parameters. |
|
Service(java.lang.String wsdlLocation,
QName serviceName)
Constructs a new Service object for the service in the WSDL document pointed to by the wsdlLocation and serviceName parameters. |
|
Service(java.io.InputStream wsdlInputStream,
QName serviceName)
Constructs a new Service object for the service in the WSDL document in the wsdlInputStream and serviceName parameters. |
|
Call(java.lang.String url)
Build a call from a URL string |
|
Call(java.net.URL url)
Build a call from a URL |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |