Package org.w3.soap
Class Envelope.Builder<_B>
- java.lang.Object
-
- org.w3.soap.Envelope.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Envelope_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Envelopebuild()Envelope.Builder<_B>copyOf(Envelope _other)Envelope.Builder<_B>copyOf(Envelope.Builder _other)_Bend()protected <_P extends Envelope>
_Pinit(_P _product)Body.Builder<? extends Envelope.Builder<_B>>withBody()Returns the existing builder or a new builder to build the value of the "body" property.Envelope.Builder<_B>withBody(Body body)Sets the new value of "body" (any previous value will be replaced)Header.Builder<? extends Envelope.Builder<_B>>withHeader()Returns the existing builder or a new builder to build the value of the "header" property.Envelope.Builder<_B>withHeader(Header header)Sets the new value of "header" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Envelope> _P init(_P _product)
-
withHeader
public Envelope.Builder<_B> withHeader(Header header)
Sets the new value of "header" (any previous value will be replaced)- Parameters:
header- New value of the "header" property.
-
withHeader
public Header.Builder<? extends Envelope.Builder<_B>> withHeader()
Returns the existing builder or a new builder to build the value of the "header" property. UseHeader.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "header" property.
Use
Header.Builder.end()to return to the current builder.
-
withBody
public Envelope.Builder<_B> withBody(Body body)
Sets the new value of "body" (any previous value will be replaced)- Parameters:
body- New value of the "body" property.
-
withBody
public Body.Builder<? extends Envelope.Builder<_B>> withBody()
Returns the existing builder or a new builder to build the value of the "body" property. UseBody.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "body" property.
Use
Body.Builder.end()to return to the current builder.
-
build
public Envelope build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Envelope.Builder<_B> copyOf(Envelope _other)
-
copyOf
public Envelope.Builder<_B> copyOf(Envelope.Builder _other)
-
-