Package cgl.narada.wsinfra.schemas.soap

Java representations of schema types outlined in the SOAP specification.

See:
          Description

Interface Summary
ActorAttribute A document containing one actor(@http://schemas.xmlsoap.org/soap/envelope/) attribute.
BodyDocument A document containing one Body(@http://schemas.xmlsoap.org/soap/envelope/) element.
BodyType An XML BodyType(@http://schemas.xmlsoap.org/soap/envelope/).
Detail An XML detail(@http://schemas.xmlsoap.org/soap/envelope/).
EncodingStyle An XML encodingStyle(@http://schemas.xmlsoap.org/soap/envelope/).
EncodingStyleAttribute A document containing one encodingStyle(@http://schemas.xmlsoap.org/soap/envelope/) attribute.
EnvelopeDocument A document containing one Envelope(@http://schemas.xmlsoap.org/soap/envelope/) element.
EnvelopeType An XML EnvelopeType(@http://schemas.xmlsoap.org/soap/envelope/).
FaultDocument A document containing one Fault(@http://schemas.xmlsoap.org/soap/envelope/) element.
FaultType An XML FaultType(@http://schemas.xmlsoap.org/soap/envelope/).
HeaderDocument A document containing one Header(@http://schemas.xmlsoap.org/soap/envelope/) element.
HeaderType An XML HeaderType(@http://schemas.xmlsoap.org/soap/envelope/).
MustUnderstandAttribute A document containing one mustUnderstand(@http://schemas.xmlsoap.org/soap/envelope/) attribute.
MustUnderstandAttribute.MustUnderstand An XML mustUnderstand(@http://schemas.xmlsoap.org/soap/envelope/).
 

Class Summary
ActorAttribute.Factory A factory class with static methods for creating instances of this type.
BodyDocument.Factory A factory class with static methods for creating instances of this type.
BodyType.Factory A factory class with static methods for creating instances of this type.
Detail.Factory A factory class with static methods for creating instances of this type.
EncodingStyle.Factory A factory class with static methods for creating instances of this type.
EncodingStyleAttribute.Factory A factory class with static methods for creating instances of this type.
EnvelopeDocument.Factory A factory class with static methods for creating instances of this type.
EnvelopeType.Factory A factory class with static methods for creating instances of this type.
FaultDocument.Factory A factory class with static methods for creating instances of this type.
FaultType.Factory A factory class with static methods for creating instances of this type.
HeaderDocument.Factory A factory class with static methods for creating instances of this type.
HeaderType.Factory A factory class with static methods for creating instances of this type.
MustUnderstandAttribute.Factory A factory class with static methods for creating instances of this type.
MustUnderstandAttribute.MustUnderstand.Factory A factory class with static methods for creating instances of this type.
 

Package cgl.narada.wsinfra.schemas.soap Description

Java representations of schema types outlined in the SOAP specification.