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

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

public class JaxRpcServiceInfo
extends java.lang.Object


Field Summary
 BindingStyle defaultBindingStyle
           
 java.lang.String endpointURL
           
 java.lang.String name
           
 java.util.Collection<JaxRpcOperationInfo> operations
           
 java.lang.String serviceEndpointInterface
           
 java.util.Collection<JaxRpcTypeInfo> types
           
 java.lang.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 java.lang.String name

endpointURL

public java.lang.String endpointURL

wsdlFile

public java.lang.String wsdlFile

serviceEndpointInterface

public java.lang.String serviceEndpointInterface

defaultBindingStyle

public BindingStyle defaultBindingStyle

operations

public final java.util.Collection<JaxRpcOperationInfo> operations

types

public final java.util.Collection<JaxRpcTypeInfo> types
Constructor Detail

JaxRpcServiceInfo

public JaxRpcServiceInfo()


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