Package | Description |
---|---|
javax.xml.rpc.handler | |
org.jboss.ws | |
org.jboss.ws.core.jaxrpc.handler |
Modifier and Type | Method and Description |
---|---|
void |
Handler.destroy()
The destroy method indicates the end of lifecycle for a Handler instance.
|
boolean |
Handler.handleRequest(MessageContext msgContext)
The handleRequest method processes the request message.
|
void |
Handler.init(HandlerInfo config)
The init method enables the Handler instance to initialize itself.
|
Modifier and Type | Method and Description |
---|---|
JAXRPCException |
NativeMessages.cannotCreateSoapFaultMessage(Throwable cause) |
JAXRPCException |
NativeMessages.cannotGenerateXsdSchemaFor(QName qname,
Throwable cause) |
JAXRPCException |
NativeMessages.cannotObtainDeserializerFactory(QName qname) |
JAXRPCException |
NativeMessages.cannotObtainResponsePayload(Throwable cause) |
JAXRPCException |
NativeMessages.cannotObtainSerializerFactory(QName qname) |
JAXRPCException |
NativeMessages.dontKnowHowToInvoke(Method method) |
JAXRPCException |
NativeMessages.interfaceDoesNotImplementJAXRPCService(String intf) |
JAXRPCException |
NativeMessages.outputParamsNotAvailable() |
JAXRPCException |
NativeMessages.unsupportedEncodingStyle(String s) |
JAXRPCException |
NativeMessages.unsupportedPropery(String prop) |
Modifier and Type | Method and Description |
---|---|
void |
HandlerWrapper.destroy()
The destroy method indicates the end of lifecycle for a Handler instance.
|
boolean |
HandlerWrapper.handleRequest(MessageContext msgContext)
The handleRequest method processes the request message.
|
void |
HandlerWrapper.init(HandlerInfo config)
The init method enables the Handler instance to initialize itself.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.