public abstract class ProviderArgumentsBuilder<T> extends Object
| Constructor and Description |
|---|
ProviderArgumentsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ProviderArgumentsBuilder<?> |
create(ProviderEndpointModel model,
WSBinding binding) |
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) |
protected abstract Message getResponseMessage(Exception e)
Message from method invocation's exceptionprotected Packet getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
Message from method invocation's return valuepublic abstract T getParameter(Packet packet)
Message to method invocation parameterpacket - protected Packet getResponse(Packet request, @Nullable T returnValue, WSDLPort port, WSBinding binding)
Packet from method invocation's return valuepublic static ProviderArgumentsBuilder<?> create(ProviderEndpointModel model, WSBinding binding)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.