public abstract class ProviderArgumentsBuilder<T> extends Object
Constructor and Description |
---|
ProviderArgumentsBuilder() |
Modifier and Type | Method and Description |
---|---|
static ProviderArgumentsBuilder<?> |
create(com.sun.xml.ws.server.provider.ProviderEndpointModel model,
WSBinding binding) |
abstract T |
getParameter(com.sun.xml.ws.api.message.Packet packet)
Binds
Message to method invocation parameter |
protected com.sun.xml.ws.api.message.Packet |
getResponse(com.sun.xml.ws.api.message.Packet request,
Exception e,
WSDLPort port,
WSBinding binding)
Creates
Message from method invocation's return value |
protected com.sun.xml.ws.api.message.Packet |
getResponse(com.sun.xml.ws.api.message.Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates
Packet from method invocation's return value |
protected abstract com.sun.xml.ws.api.message.Message |
getResponseMessage(Exception e)
Creates a fault
Message from method invocation's exception |
protected abstract com.sun.xml.ws.api.message.Message |
getResponseMessage(T returnValue) |
protected abstract com.sun.xml.ws.api.message.Message getResponseMessage(Exception e)
Message
from method invocation's exceptionprotected com.sun.xml.ws.api.message.Packet getResponse(com.sun.xml.ws.api.message.Packet request, Exception e, WSDLPort port, WSBinding binding)
Message
from method invocation's return valuepublic abstract T getParameter(com.sun.xml.ws.api.message.Packet packet)
Message
to method invocation parameterpacket
- protected abstract com.sun.xml.ws.api.message.Message getResponseMessage(T returnValue)
protected com.sun.xml.ws.api.message.Packet getResponse(com.sun.xml.ws.api.message.Packet request, @Nullable T returnValue, WSDLPort port, WSBinding binding)
Packet
from method invocation's return valuepublic static ProviderArgumentsBuilder<?> create(com.sun.xml.ws.server.provider.ProviderEndpointModel model, WSBinding binding)
Copyright © 2015 Oracle Corporation. All rights reserved.