com.sun.xml.ws.transport.tcp.wsit
Class PortAttributeInvocationTransformer

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

public class PortAttributeInvocationTransformer
extends java.lang.Object
implements InvocationTransformer

SOAP/TCP invocation transformer, which is responsible to insert SOAP/TCP 'port' attribute in a published WSDL


Constructor Summary
PortAttributeInvocationTransformer()
           
 
Method Summary
 java.util.Collection<Invocation> transform(Invocation invocation)
          Method transforms SOAP/TCP port attribute, otherwise returns the same invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortAttributeInvocationTransformer

public PortAttributeInvocationTransformer()
Method Detail

transform

public java.util.Collection<Invocation> transform(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 InvocationTransformer
Parameters:
invocation -
Returns:
transformed invocations