|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.petals.component.api.Configuration
org.ow2.petals.component.api.ServiceConfiguration
public final class ServiceConfiguration
| Nested Class Summary | |
|---|---|
static class |
ServiceConfiguration.ServiceType
|
| Constructor Summary | |
|---|---|
ServiceConfiguration(java.lang.String configurationName,
javax.xml.namespace.QName interfaceName,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
ServiceConfiguration.ServiceType serviceType)
|
|
ServiceConfiguration(java.lang.String configurationName,
javax.xml.namespace.QName interfaceQName,
javax.xml.namespace.QName serviceQName,
java.lang.String endpointName,
ServiceConfiguration.ServiceType serviceType,
java.net.URL serviceDescription)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigurationName()
|
java.lang.String |
getEndpointName()
|
javax.xml.namespace.QName |
getInterfaceQName()
|
java.net.URL |
getServiceDescription()
|
javax.xml.namespace.QName |
getServiceQName()
|
ServiceConfiguration.ServiceType |
getServiceType()
|
| Methods inherited from class org.ow2.petals.component.api.Configuration |
|---|
addResource, getParameter, getParameterNames, getResources, hasParameter, setParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceConfiguration(java.lang.String configurationName,
javax.xml.namespace.QName interfaceQName,
javax.xml.namespace.QName serviceQName,
java.lang.String endpointName,
ServiceConfiguration.ServiceType serviceType,
java.net.URL serviceDescription)
public ServiceConfiguration(java.lang.String configurationName,
javax.xml.namespace.QName interfaceName,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
ServiceConfiguration.ServiceType serviceType)
| Method Detail |
|---|
public final java.lang.String getConfigurationName()
public ServiceConfiguration.ServiceType getServiceType()
public final java.lang.String getEndpointName()
public java.net.URL getServiceDescription()
public javax.xml.namespace.QName getInterfaceQName()
public javax.xml.namespace.QName getServiceQName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||