Uses of Class
org.xmlsoap.schemas.soap.envelope.Envelope
-
Packages that use Envelope Package Description org.xmlsoap.schemas.soap.envelope -
-
Uses of Envelope in org.xmlsoap.schemas.soap.envelope
Methods in org.xmlsoap.schemas.soap.envelope that return Envelope Modifier and Type Method Description Envelope
ObjectFactory. createEnvelope()
Create an instance ofEnvelope
Envelope
Envelope. withAny(Object... values)
Envelope
Envelope. withAny(Collection<Object> values)
Envelope
Envelope. withBody(Body value)
Envelope
Envelope. withHeader(Header value)
Methods in org.xmlsoap.schemas.soap.envelope that return types with arguments of type Envelope Modifier and Type Method Description JAXBElement<Envelope>
ObjectFactory. createEnvelope(Envelope value)
Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Envelope Modifier and Type Method Description JAXBElement<Envelope>
ObjectFactory. createEnvelope(Envelope value)
-