public class EndpointFactory
extends java.lang.Object
EndpointReference
implementations.Constructor and Description |
---|
EndpointFactory() |
Modifier and Type | Method and Description |
---|---|
static MutableEndpoint |
convert(javax.xml.namespace.QName targetElmtType,
org.w3c.dom.Element sourceEndpoint)
Convert an EPR element into another EPR using the provided target type.
|
static WSAEndpoint |
convertToWSA(MutableEndpoint source) |
static MutableEndpoint |
createEndpoint(org.w3c.dom.Element endpointElmt)
Creates a ServiceEndpoint using the provided Node.
|
public static MutableEndpoint createEndpoint(org.w3c.dom.Element endpointElmt)
endpointElmt
- public static MutableEndpoint convert(javax.xml.namespace.QName targetElmtType, org.w3c.dom.Element sourceEndpoint)
targetElmtType
- QName to convert tosourceEndpoint
- public static WSAEndpoint convertToWSA(MutableEndpoint source)