Class PortAttributeInvocationTransformer

java.lang.Object
com.sun.xml.ws.transport.tcp.wsit.PortAttributeInvocationTransformer
All Implemented Interfaces:
com.sun.xml.ws.xmlfilter.InvocationTransformer

public class PortAttributeInvocationTransformer extends Object implements com.sun.xml.ws.xmlfilter.InvocationTransformer
SOAP/TCP invocation transformer, which is responsible to insert SOAP/TCP 'port' attribute in a published WSDL
Author:
Alexey Stashok
  • Constructor Details

    • PortAttributeInvocationTransformer

      public PortAttributeInvocationTransformer()
  • Method Details

    • transform

      public Collection<com.sun.xml.ws.xmlfilter.Invocation> transform(com.sun.xml.ws.xmlfilter.Invocation invocation)
      Method transforms SOAP/TCP port attribute, otherwise returns the same invocation. WARNING: due to perf. reasons, method reuses the same Collection instance. So call transform next time only if previously returned Collection is not required any more.
      Specified by:
      transform in interface com.sun.xml.ws.xmlfilter.InvocationTransformer
      Parameters:
      invocation -
      Returns:
      transformed invocations