org.codehaus.activesoap.wsif
Class ASPort

java.lang.Object
  extended byorg.codehaus.activesoap.wsif.ASPort
All Implemented Interfaces:
Serializable, org.apache.wsif.WSIFPort

public class ASPort
extends Object
implements org.apache.wsif.WSIFPort

Represents a port in WSIF

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
ASPort(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap, RestClient client, AnyElementMarshaler marshaler)
           
 
Method Summary
 void close()
           
protected  ASOperation createOperation(javax.wsdl.BindingOperation operation)
           
 org.apache.wsif.WSIFOperation createOperation(String operationName)
           
 org.apache.wsif.WSIFOperation createOperation(String operationName, String inputName, String outputName)
           
 RestClient getClient()
           
 org.apache.wsif.WSIFMessage getContext()
           
 javax.wsdl.Definition getDefinition()
           
 AnyElementMarshaler getMarshaler()
           
 javax.wsdl.Port getPort()
           
 javax.wsdl.Service getService()
           
 org.apache.wsif.providers.WSIFDynamicTypeMap getWsifDynamicTypeMap()
           
 void setContext(org.apache.wsif.WSIFMessage context)
           
 boolean supportsAsync()
           
 boolean supportsSync()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASPort

public ASPort(javax.wsdl.Definition definition,
              javax.wsdl.Service service,
              javax.wsdl.Port port,
              org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap,
              RestClient client,
              AnyElementMarshaler marshaler)
Method Detail

close

public void close()
           throws org.apache.wsif.WSIFException
Specified by:
close in interface org.apache.wsif.WSIFPort
Throws:
org.apache.wsif.WSIFException

createOperation

public org.apache.wsif.WSIFOperation createOperation(String operationName)
                                              throws org.apache.wsif.WSIFException
Specified by:
createOperation in interface org.apache.wsif.WSIFPort
Throws:
org.apache.wsif.WSIFException

createOperation

public org.apache.wsif.WSIFOperation createOperation(String operationName,
                                                     String inputName,
                                                     String outputName)
                                              throws org.apache.wsif.WSIFException
Specified by:
createOperation in interface org.apache.wsif.WSIFPort
Throws:
org.apache.wsif.WSIFException

getContext

public org.apache.wsif.WSIFMessage getContext()
                                       throws org.apache.wsif.WSIFException
Specified by:
getContext in interface org.apache.wsif.WSIFPort
Throws:
org.apache.wsif.WSIFException

setContext

public void setContext(org.apache.wsif.WSIFMessage context)
Specified by:
setContext in interface org.apache.wsif.WSIFPort

supportsAsync

public boolean supportsAsync()
Specified by:
supportsAsync in interface org.apache.wsif.WSIFPort

supportsSync

public boolean supportsSync()
Specified by:
supportsSync in interface org.apache.wsif.WSIFPort

getDefinition

public javax.wsdl.Definition getDefinition()

getService

public javax.wsdl.Service getService()

getPort

public javax.wsdl.Port getPort()

getWsifDynamicTypeMap

public org.apache.wsif.providers.WSIFDynamicTypeMap getWsifDynamicTypeMap()

getClient

public RestClient getClient()

getMarshaler

public AnyElementMarshaler getMarshaler()

createOperation

protected ASOperation createOperation(javax.wsdl.BindingOperation operation)


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.