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

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

public static final class EndpointResponseMessageBuilder.DocLit
extends EndpointResponseMessageBuilder

Used to create a payload JAXB object by wrapping multiple parameters into one "wrapper bean".


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  java.util.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.DocLit(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 java.util.List<ParameterImpl> children
Used for error diagnostics.

Constructor Detail

EndpointResponseMessageBuilder.DocLit

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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.