|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.server.provider.ProviderArgumentsBuilder<T>
abstract class ProviderArgumentsBuilder<T>
| Constructor Summary | |
|---|---|
ProviderArgumentsBuilder()
|
|
| Method Summary | |
|---|---|
static ProviderArgumentsBuilder<?> |
create(ProviderEndpointModel model,
WSBinding binding)
|
protected abstract T |
getParameter(Packet packet)
Binds Message to method invocation parameter |
protected Packet |
getResponse(Packet request,
Exception e,
WSDLPort port,
WSBinding binding)
Creates Message from method invocation's return value |
protected Packet |
getResponse(Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates Packet from method invocation's return value |
protected abstract Message |
getResponseMessage(Exception e)
Creates a fault Message from method invocation's exception |
protected abstract Message |
getResponseMessage(T returnValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ProviderArgumentsBuilder()
| Method Detail |
|---|
protected abstract Message getResponseMessage(Exception e)
Message from method invocation's exception
protected Packet getResponse(Packet request,
Exception e,
WSDLPort port,
WSBinding binding)
Message from method invocation's return value
protected abstract T getParameter(Packet packet)
Message to method invocation parameter
packet - protected abstract Message getResponseMessage(T returnValue)
protected Packet getResponse(Packet request,
@Nullable
T returnValue,
WSDLPort port,
WSBinding binding)
Packet from method invocation's return value
public static ProviderArgumentsBuilder<?> create(ProviderEndpointModel model,
WSBinding binding)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||