Class EndpointReferenceTypeImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, XMLObject, EndpointReferenceType, WSAddressingObject
Direct Known Subclasses:
EndpointReferenceImpl, FaultToImpl, FromImpl, IssuerImpl, ReplyToImpl

public class EndpointReferenceTypeImpl extends AbstractWSAddressingObject implements EndpointReferenceType
Abstract implementation of the element of type EndpointReferenceType.
  • Field Details

  • Constructor Details

    • EndpointReferenceTypeImpl

      public EndpointReferenceTypeImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details