com.sun.xml.ws.server.sei
Class EndpointResponseMessageBuilder.RpcLit

java.lang.Object
  extended by com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder
      extended by com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder.RpcLit
Enclosing class:
EndpointResponseMessageBuilder

public static final class EndpointResponseMessageBuilder.RpcLit
extends EndpointResponseMessageBuilder

Used to create a payload JAXB object by wrapping multiple parameters into a WrapperComposite.

This is used for rpc/lit, as we don't have a wrapper bean for it. (TODO: Why don't we have a wrapper bean for this, when doc/lit does!?)


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder
EndpointResponseMessageBuilder.Bare, EndpointResponseMessageBuilder.DocLit, EndpointResponseMessageBuilder.RpcLit
 
Field Summary
protected  List<ParameterImpl> children
          Used for error diagnostics.
protected  ValueGetter[] getters
          Abstracts away the Holder handling when touching method arguments.
protected  int[] indices
          Where in the method argument list do they come from?
protected  XMLBridge[] parameterBridges
          How does each wrapped parameter binds to XML?
 
Fields inherited from class com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder
EMPTY_SOAP11, EMPTY_SOAP12
 
Constructor Summary
EndpointResponseMessageBuilder.RpcLit(WrapperParameter wp, SOAPVersion soapVersion)
          Creates a EndpointResponseMessageBuilder from a WrapperParameter.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indices

protected final int[] indices
Where in the method argument list do they come from?


getters

protected final ValueGetter[] getters
Abstracts away the Holder handling when touching method arguments.


parameterBridges

protected XMLBridge[] parameterBridges
How does each wrapped parameter binds to XML?


children

protected List<ParameterImpl> children
Used for error diagnostics.

Constructor Detail

EndpointResponseMessageBuilder.RpcLit

public EndpointResponseMessageBuilder.RpcLit(WrapperParameter wp,
                                             SOAPVersion soapVersion)
Creates a EndpointResponseMessageBuilder from a WrapperParameter.



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.