org.apache.chemistry.opencmis.server.impl.webservices.wss
Class WssTube

java.lang.Object
  extended by com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
      extended by com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
          extended by org.apache.chemistry.opencmis.server.impl.webservices.wss.WssTube
All Implemented Interfaces:
com.sun.xml.ws.api.pipe.Pipe, com.sun.xml.ws.api.pipe.Tube

public class WssTube
extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl


Field Summary
 
Fields inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
next
 
Constructor Summary
protected WssTube(com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl that, com.sun.xml.ws.api.pipe.TubeCloner cloner)
           
protected WssTube(com.sun.xml.ws.api.pipe.Tube next)
           
 
Method Summary
 WssTube copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
           
 com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet packet)
           
 
Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
preDestroy, processException, processRequest
 
Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doThrow, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WssTube

protected WssTube(com.sun.xml.ws.api.pipe.Tube next)

WssTube

protected WssTube(com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl that,
                  com.sun.xml.ws.api.pipe.TubeCloner cloner)
Method Detail

copy

public WssTube copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
Specified by:
copy in interface com.sun.xml.ws.api.pipe.Tube
Overrides:
copy in class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl

processResponse

public com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet packet)
Specified by:
processResponse in interface com.sun.xml.ws.api.pipe.Tube
Overrides:
processResponse in class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.