A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
M
- MalformedSoapMessageException - class in org.somda.sdc.dpws.soap.exception
- Runtime exception to express that a SOAP message is malformed in some way.
- manage(Object) - function in org.eclipse.jetty.util.component.ContainerLifeCycle
- mapFromJaxbSoapHeader(java.util.List,org.somda.sdc.dpws.soap.wsaddressing.WsAddressingHeader) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingMapper
- The mapper function that takes a list of JAXB objects and populates the convenience WS-Addressing header.
- mapFromJaxbSoapHeader(java.util.List,org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryHeader) - function in org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryMapper
- The mapper function that takes a list of JAXB objects and populates the convenience WS-Discovery header.
- mapToJaxbSoapHeader(org.somda.sdc.dpws.soap.wsaddressing.WsAddressingHeader,java.util.List) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingMapper
- The mapper function that takes a convenience WS-Addressing header and adds it to a list of JAXB objects.
- mapToJaxbSoapHeader(org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryHeader,java.util.List) - function in org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryMapper
- The mapper function that takes a convenience WS-Discovery header and adds it to a list of JAXB objects.
- marshal(jakarta.xml.bind.JAXBElement,java.io.OutputStream) - function in org.somda.sdc.dpws.helper.JaxbMarshalling
- Marshals a JAXBElement into a stream.
- marshal(org.somda.sdc.dpws.soap.model.Envelope,java.io.OutputStream) - function in org.somda.sdc.dpws.soap.JaxbSoapMarshalling
- Takes a SOAP envelope and marshals it.
- marshal(org.somda.sdc.dpws.soap.SoapMessage,java.io.OutputStream) - function in org.somda.sdc.dpws.soap.MarshallingService
- Marshals a SOAP message.
- marshal(org.somda.sdc.dpws.soap.model.Envelope,java.io.OutputStream) - function in org.somda.sdc.dpws.soap.SoapMarshalling
- Marshals a SOAP message.
- marshal(org.somda.sdc.dpws.wsdl.model.TDefinitions,java.io.OutputStream) - function in org.somda.sdc.dpws.wsdl.JaxbWsdlMarshalling
- Takes a WSDL definition and marshals it.
- marshal(org.somda.sdc.dpws.wsdl.model.TDefinitions,java.io.OutputStream) - function in org.somda.sdc.dpws.wsdl.WsdlMarshalling
- Marshals a WSDL document.
- MarshallingException - class in org.somda.sdc.dpws.soap.exception
- Expresses that an object could not be marshalled or unmarshalled.
- MarshallingService - class in org.somda.sdc.dpws.soap
- Utility class to marshal/unmarshal SOAP messages.
- MatchBy - class in org.somda.sdc.dpws.soap.wsdiscovery
- Set of supported MatchBy rules for the WS-Discovery Scopes type in accordance with dpws:R1019.
- MessageInterceptor - class in org.somda.sdc.dpws.soap.interception
- Annotation to define if a method of an object is called back by an interceptor processor.
- MetadataSectionUtil - class in org.somda.sdc.dpws.service.helper
- Utility class to create metadata sections for WS-MetadataExchange.