org.apache.openejb.server.axis.assembler
Class JaxRpcServiceInfo

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.JaxRpcServiceInfo

public class JaxRpcServiceInfo
extends Object


Field Summary
 BindingStyle defaultBindingStyle
           
 String endpointURL
           
 String name
           
 Collection<JaxRpcOperationInfo> operations
           
 String serviceEndpointInterface
           
 Collection<JaxRpcTypeInfo> types
           
 String wsdlFile
           
 
Constructor Summary
JaxRpcServiceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

endpointURL

public String endpointURL

wsdlFile

public String wsdlFile

serviceEndpointInterface

public String serviceEndpointInterface

defaultBindingStyle

public BindingStyle defaultBindingStyle

operations

public final Collection<JaxRpcOperationInfo> operations

types

public final Collection<JaxRpcTypeInfo> types
Constructor Detail

JaxRpcServiceInfo

public JaxRpcServiceInfo()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.